home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / ano95.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  205 b   |  15 lines

  1. on mouseUp
  2.   if rollOver(1) then
  3.     go(4)
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   if rollOver(31) then
  9.     set the visible of sprite 31 to 1
  10.   else
  11.     set the visible of sprite 31 to 0
  12.   end if
  13.   go(the frame)
  14. end
  15.